search for: createpictures

Displaying 3 results from an estimated 3 matches for "createpictures".

Did you mean: createpicture
2007 Jul 21
3
unable to get "has_many :after_add" to work - need help
...) self.rating += rating.amount save! end end -------------------------------------------------------------------------------------- class Rating < ActiveRecord::Base belongs_to :picture end -------------------------------------------------------------------------------------- class CreatePictures < ActiveRecord::Migration def self.up create_table :pictures do |t| t.column :title, :string t.column :rating, :float end end def self.down drop_table :pictures end end ------------------------------------------------------------------------...
2017 Apr 18
3
[PATCH xserver] Make PixmapDirtyUpdateRec::src a DrawablePtr
From: Michel Dänzer <michel.daenzer at amd.com> This allows making the master screen's pixmap_dirty_list entries explicitly reflect that we're now tracking the root window instead of the screen pixmap, in order to allow Present page flipping on master outputs while there are active slave outputs. Define HAS_DIRTYTRACKING_DRAWABLE_SRC for drivers to check, but leave
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
Aaron Plattner (11): Bug #12015: Use the right offsets in the dst arguments of pixman_blt. stride is in FbBits-sized chunks, but xoff is not. Bump video driver ABI for pci-rework. Set noCompositeExtension to TRUE when failing to initialize the extension (e.g. when Xinerama is enabled). Don't segfault on shutdown if we never managed to connect to dbus.